Class AfsExceptionExclusiveAttemptSharedUserConflict
- 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.AfsExceptionExclusiveAttemptSharedUserConflict
-
- All Implemented Interfaces:
Serializable
public class AfsExceptionExclusiveAttemptSharedUserConflict extends AfsExceptionConflict
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AfsExceptionExclusiveAttemptSharedUserConflict()AfsExceptionExclusiveAttemptSharedUserConflict(String message)AfsExceptionExclusiveAttemptSharedUserConflict(String message, Throwable cause)AfsExceptionExclusiveAttemptSharedUserConflict(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)AfsExceptionExclusiveAttemptSharedUserConflict(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
-
AfsExceptionExclusiveAttemptSharedUserConflict
public AfsExceptionExclusiveAttemptSharedUserConflict()
-
AfsExceptionExclusiveAttemptSharedUserConflict
public AfsExceptionExclusiveAttemptSharedUserConflict(String message)
-
AfsExceptionExclusiveAttemptSharedUserConflict
public AfsExceptionExclusiveAttemptSharedUserConflict(Throwable cause)
-
AfsExceptionExclusiveAttemptSharedUserConflict
public AfsExceptionExclusiveAttemptSharedUserConflict(String message, Throwable cause)
-
-