org.pentaho.platform.engine.security.userroledao.ws
Class UserRoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.engine.security.userroledao.ws.UserRoleException
All Implemented Interfaces:
Serializable

public class UserRoleException
extends Exception
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserRoleException()
           
UserRoleException(String msg)
           
UserRoleException(String msg, Throwable cause)
           
UserRoleException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserRoleException

public UserRoleException(String msg)

UserRoleException

public UserRoleException(Throwable cause)

UserRoleException

public UserRoleException(String msg,
                         Throwable cause)

UserRoleException

public UserRoleException()