Class CopyServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.repository.CopyServiceException
-
- All Implemented Interfaces:
Serializable
public class CopyServiceException extends RuntimeException
Nodes operations service exception class.- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CopyServiceException()ConstructorCopyServiceException(String message)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
-
CopyServiceException
public CopyServiceException()
Constructor
-
CopyServiceException
public CopyServiceException(String message)
Constructor- Parameters:
message- the error message
-
-