Class TicketNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.data.transfer.service.transfers.engine.faults.TicketNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TicketNotFoundException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TicketNotFoundException()TicketNotFoundException(String message)TicketNotFoundException(String message, Throwable cause)TicketNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TicketNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TicketNotFoundException
public TicketNotFoundException()
-
TicketNotFoundException
public TicketNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
TicketNotFoundException
public TicketNotFoundException(String message)
-
TicketNotFoundException
public TicketNotFoundException(Throwable cause)
-
-