Package de.caluga.morphium
Class MorphiumAccessVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.caluga.morphium.MorphiumAccessVetoException
-
- All Implemented Interfaces:
Serializable
public class MorphiumAccessVetoException extends RuntimeException
User: Stephan Bösebeck Date: 07.03.13 Time: 10:09 This exception should be raised when the access should not be allowed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MorphiumAccessVetoException()MorphiumAccessVetoException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MorphiumAccessVetoException
public MorphiumAccessVetoException()
-
MorphiumAccessVetoException
public MorphiumAccessVetoException(String msg)
-
-