Package org.xipki.util.exception
Class InsufficientPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.util.exception.InsufficientPermissionException
-
- All Implemented Interfaces:
Serializable
public class InsufficientPermissionException extends Exception
Exception indicates insufficient permission.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientPermissionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InsufficientPermissionException
public InsufficientPermissionException(String message)
-
-