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