public class ProfileNotFoundException extends Exception
| Constructor and Description | 
|---|
ProfileNotFoundException()
Constructs a new  
ProfileNotFoundException. | 
ProfileNotFoundException(String message)
Constructs a new  
ProfileNotFoundException with the specified
 message. | 
ProfileNotFoundException(String message,
                        Throwable cause)
Constructs a new  
ProfileNotFoundException with the specified
 message and cause. | 
ProfileNotFoundException(Throwable cause)
Constructs a new  
ProfileNotFoundException with the specified
 cause and a null message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProfileNotFoundException()
ProfileNotFoundException.public ProfileNotFoundException(String message)
ProfileNotFoundException with the specified
 message.message - The exception messagepublic ProfileNotFoundException(Throwable cause)
ProfileNotFoundException with the specified
 cause and a null message.cause - The cause of this exceptionpublic ProfileNotFoundException(String message, Throwable cause)
ProfileNotFoundException with the specified
 message and cause.message - The exception messagecause - The cause of this exception