Class AfsExceptionExclusiveAttemptConflict
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.serializer.exceptions.BaseException
-
- org.eclipse.serializer.afs.exceptions.AfsException
-
- org.eclipse.serializer.afs.exceptions.AfsExceptionConflict
-
- org.eclipse.serializer.afs.exceptions.AfsExceptionExclusiveAttemptConflict
-
- All Implemented Interfaces:
Serializable
public class AfsExceptionExclusiveAttemptConflict extends AfsExceptionConflict
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AfsExceptionExclusiveAttemptConflict()AfsExceptionExclusiveAttemptConflict(String message)AfsExceptionExclusiveAttemptConflict(String message, Throwable cause)AfsExceptionExclusiveAttemptConflict(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)AfsExceptionExclusiveAttemptConflict(Throwable cause)
-
Method Summary
-
Methods inherited from class org.eclipse.serializer.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AfsExceptionExclusiveAttemptConflict
public AfsExceptionExclusiveAttemptConflict()
-
AfsExceptionExclusiveAttemptConflict
public AfsExceptionExclusiveAttemptConflict(String message)
-
AfsExceptionExclusiveAttemptConflict
public AfsExceptionExclusiveAttemptConflict(Throwable cause)
-
AfsExceptionExclusiveAttemptConflict
public AfsExceptionExclusiveAttemptConflict(String message, Throwable cause)
-
-