Class UserRoleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.security.userroledao.ws.UserRoleException
-
- All Implemented Interfaces:
Serializable
public class UserRoleException extends Exception implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserRoleException()
UserRoleException(String msg)
UserRoleException(String msg, Throwable cause)
UserRoleException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-