Class UserServiceDeclarationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.orchestranetworks.userservice.UserServiceException
-
- com.orchestranetworks.userservice.declaration.UserServiceDeclarationException
-
- All Implemented Interfaces:
Serializable
public final class UserServiceDeclarationException extends UserServiceException
This runtime exception is thrown during a user service declaration, if it is inconsistent.- Since:
- 5.8.0
-
-
Constructor Summary
Constructors Constructor Description UserServiceDeclarationException(String aMessage)UserServiceDeclarationException(String aMessage, Throwable aThrowable)UserServiceDeclarationException(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
-
UserServiceDeclarationException
public UserServiceDeclarationException(String aMessage)
- See Also:
RuntimeException(String)
-
UserServiceDeclarationException
public UserServiceDeclarationException(String aMessage, Throwable aThrowable)
- See Also:
RuntimeException(String, Throwable)
-
UserServiceDeclarationException
public UserServiceDeclarationException(Throwable aThrowable)
- See Also:
RuntimeException(Throwable)
-
-