public class ProfileException extends RuntimeException
Constructor and Description |
---|
ProfileException()
Constructor for ProfileException.
|
ProfileException(String message)
Constructor for ProfileException.
|
ProfileException(String message,
Throwable parent)
Constructor for ProfileException.
|
ProfileException(Throwable parent)
Constructor for ProfileException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProfileException()
public ProfileException(String message)
message
- the exception messagepublic ProfileException(String message, Throwable parent)
message
- the exception messageparent
- the parent throwablepublic ProfileException(Throwable parent)
parent
- the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.