Package com.queomedia.commons.exceptions
Class NotImplmentedCaseExecption
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.queomedia.commons.exceptions.NotImplementedException
-
- com.queomedia.commons.exceptions.NotImplmentedCaseExecption
-
- All Implemented Interfaces:
Serializable
@Deprecated public class NotImplmentedCaseExecption extends NotImplementedException
Deprecated.useNotImplementedCaseExceptionwith "e" in "Implemented" and without twisted "ce" in "Exception".The Class NotImplmentedCaseExecption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplmentedCaseExecption()Deprecated.Instantiates a new not implmented case execption.NotImplmentedCaseExecption(Enum<?> enumCase)Deprecated.The Constructor.NotImplmentedCaseExecption(String message)Deprecated.The Constructor.NotImplmentedCaseExecption(String message, Throwable cause)Deprecated.The Constructor.NotImplmentedCaseExecption(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
-
NotImplmentedCaseExecption
public NotImplmentedCaseExecption()
Deprecated.Instantiates a new not implmented case execption.
-
NotImplmentedCaseExecption
public NotImplmentedCaseExecption(String message, Throwable cause)
Deprecated.The Constructor.- Parameters:
message- the messagecause- the cause
-
NotImplmentedCaseExecption
public NotImplmentedCaseExecption(String message)
Deprecated.The Constructor.- Parameters:
message- the message
-
NotImplmentedCaseExecption
public NotImplmentedCaseExecption(Throwable cause)
Deprecated.The Constructor.- Parameters:
cause- the cause
-
NotImplmentedCaseExecption
public NotImplmentedCaseExecption(Enum<?> enumCase)
Deprecated.The Constructor.- Parameters:
enumCase- the enum case
-
-