Package org.pentaho.platform.api.util
Class PasswordServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.api.util.PentahoCheckedChainedException
-
- org.pentaho.platform.api.util.PasswordServiceException
-
- All Implemented Interfaces:
Serializable
public class PasswordServiceException extends PentahoCheckedChainedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordServiceException()
PasswordServiceException(String message)
PasswordServiceException(String message, Throwable reas)
PasswordServiceException(Throwable reas)
-
Method Summary
-
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PasswordServiceException
public PasswordServiceException()
-
PasswordServiceException
public PasswordServiceException(String message)
- Parameters:
message
-
-
PasswordServiceException
public PasswordServiceException(String message, Throwable reas)
- Parameters:
message
-reas
-
-
PasswordServiceException
public PasswordServiceException(Throwable reas)
- Parameters:
reas
-
-
-