Class GCUBEUnrecoverableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException
-
- All Implemented Interfaces:
Serializable
@WebFault(name="GCUBEUnrecoverableException") public class GCUBEUnrecoverableException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GCUBEUnrecoverableException(GCUBEUnrecoverableExceptionInfo faultInfo)GCUBEUnrecoverableException(GCUBEUnrecoverableExceptionInfo faultInfo, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCUBEUnrecoverableExceptionInfogetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GCUBEUnrecoverableException
public GCUBEUnrecoverableException(GCUBEUnrecoverableExceptionInfo faultInfo)
-
GCUBEUnrecoverableException
public GCUBEUnrecoverableException(GCUBEUnrecoverableExceptionInfo faultInfo, Throwable cause)
-
-
Method Detail
-
getFaultInfo
public GCUBEUnrecoverableExceptionInfo getFaultInfo()
-
-