Package coneforest.psylla.core
Class PsySecurityErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- coneforest.psylla.core.PsyException
-
- coneforest.psylla.core.PsySecurityErrorException
-
- All Implemented Interfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
,Serializable
public class PsySecurityErrorException extends PsyException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PsySecurityErrorException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
Methods inherited from class coneforest.psylla.core.PsyException
getEmitter, setEmitter
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classPsyException
-
-