Package org.apache.openmeetings.util
Class OmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.openmeetings.util.OmException
-
- All Implemented Interfaces:
Serializable
public class OmException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OmExceptionBAD_CREDENTIALSstatic OmExceptionUNKNOWN
-
Constructor Summary
Constructors Constructor Description OmException(String key)OmException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
UNKNOWN
public static final OmException UNKNOWN
-
BAD_CREDENTIALS
public static final OmException BAD_CREDENTIALS
-
-
Method Detail
-
getKey
public String getKey()
-
-