Class UnknownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.salesforce.multicloudj.common.exceptions.SubstrateSdkException
-
- com.salesforce.multicloudj.common.exceptions.UnknownException
-
- All Implemented Interfaces:
Serializable
public class UnknownException extends SubstrateSdkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownException()
UnknownException(String message)
UnknownException(String message, Throwable cause)
UnknownException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-