Package ro.sync.ecss.extensions.api
Class CancelledByUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.ecss.extensions.api.CancelledByUserException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=EXTENDABLE, src=PUBLIC) public class CancelledByUserException extends java.lang.Exception
A custom class used for the exceptions generated by an operation canceled by user.- Since:
- 18.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelledByUserException()
Default constructor.CancelledByUserException(java.lang.String message)
Constructor.
-