Package org.genesys.blocks.security
Class NoUserFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.genesys.blocks.security.UserException
org.genesys.blocks.security.NoUserFoundException
- All Implemented Interfaces:
Serializable
The Class NoUserFoundException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new no user found exception.NoUserFoundException(long modelId) Instantiates a new no user found exception.NoUserFoundException(String message) Instantiates a new no user found exception.NoUserFoundException(String message, Throwable cause) Instantiates a new no user found exception.NoUserFoundException(Throwable cause) Instantiates a new no user found exception.NoUserFoundException(Throwable cause, long modelId) Instantiates a new no user found exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoUserFoundException
public NoUserFoundException()Instantiates a new no user found exception. -
NoUserFoundException
Instantiates a new no user found exception.- Parameters:
message- the message
-
NoUserFoundException
Instantiates a new no user found exception.- Parameters:
message- the messagecause- the cause
-
NoUserFoundException
Instantiates a new no user found exception.- Parameters:
cause- the cause
-
NoUserFoundException
public NoUserFoundException(long modelId) Instantiates a new no user found exception.- Parameters:
modelId- the model id
-
NoUserFoundException
Instantiates a new no user found exception.- Parameters:
cause- the causemodelId- the model id
-
-
Method Details
-
getModelId
public long getModelId()Gets the model id.- Returns:
- the model id
-