Class UserServiceException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- com.orchestranetworks.userservice.UserServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserServiceDeclarationException
public class UserServiceException extends RuntimeException
This runtime exception is thrown by some methods related to user services.- Since:
- 5.8.0
-
Constructor Summary
Constructors Constructor Description UserServiceException (String aMessage)
UserServiceException (String aMessage, Throwable aThrowable)
UserServiceException (Throwable aThrowable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
Constructor Detail
UserServiceException
public UserServiceException(String aMessage)
- See Also:
RuntimeException(String)
UserServiceException
public UserServiceException(String aMessage, Throwable aThrowable)
- See Also:
RuntimeException(String, Throwable)
UserServiceException
public UserServiceException(Throwable aThrowable)
- See Also:
RuntimeException(Throwable)
-