Package com.queomedia.commons.exceptions
Class NotImplementedCaseExecption
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.queomedia.commons.exceptions.NotImplementedException
-
- com.queomedia.commons.exceptions.NotImplementedCaseExecption
-
- All Implemented Interfaces:
Serializable
@Deprecated public class NotImplementedCaseExecption extends NotImplementedException
Deprecated.useNotImplementedCaseExceptionwithout twisted "ce" in "Exception".The Class NotImplementedCaseExecption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedCaseExecption()Deprecated.Instantiates a new not implmented case execption.NotImplementedCaseExecption(Enum<?> enumCase)Deprecated.The Constructor.NotImplementedCaseExecption(String message)Deprecated.The Constructor.NotImplementedCaseExecption(String message, Throwable cause)Deprecated.The Constructor.NotImplementedCaseExecption(Throwable cause)Deprecated.The Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotImplementedCaseExecption
public NotImplementedCaseExecption()
Deprecated.Instantiates a new not implmented case execption.
-
NotImplementedCaseExecption
public NotImplementedCaseExecption(String message, Throwable cause)
Deprecated.The Constructor.- Parameters:
message- the messagecause- the cause
-
NotImplementedCaseExecption
public NotImplementedCaseExecption(String message)
Deprecated.The Constructor.- Parameters:
message- the message
-
NotImplementedCaseExecption
public NotImplementedCaseExecption(Throwable cause)
Deprecated.The Constructor.- Parameters:
cause- the cause
-
NotImplementedCaseExecption
public NotImplementedCaseExecption(Enum<?> enumCase)
Deprecated.The Constructor.- Parameters:
enumCase- the enum case
-
-