Package de.mhus.lib.errors
Class ConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.mhus.lib.errors.MException
-
- de.mhus.lib.errors.ConflictException
-
- All Implemented Interfaces:
IResult,Serializable
public class ConflictException extends MException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictException(int rc)ConflictException(IResult cause)ConflictException(RC.CAUSE causeHandling, Object... in)ConflictException(RC.CAUSE causeHandling, String msg, Object... parameters)ConflictException(Object... in)ConflictException(String msg, Object... in)ConflictException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RC.STATUSgetDefaultStatus()-
Methods inherited from class de.mhus.lib.errors.MException
getReturnCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.basics.IResult
getMessage
-
-
-
-
Constructor Detail
-
ConflictException
public ConflictException(Object... in)
-
ConflictException
public ConflictException(Throwable cause)
-
ConflictException
public ConflictException(IResult cause)
-
ConflictException
public ConflictException(RC.CAUSE causeHandling, String msg, Object... parameters)
-
ConflictException
public ConflictException(int rc)
-
-
Method Detail
-
getDefaultStatus
public static RC.STATUS getDefaultStatus()
-
-