Class UserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.azure.toolkit.lib.common.exception.UserException
-
- All Implemented Interfaces:
Serializable
public class UserException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserException(String cause)UserException(String cause, Object... actions)UserException(String error, Throwable cause)UserException(String error, Throwable cause, Object... actions)UserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-