Class Exception
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.Exception
@ApiType("SoftLayer_Container_Exception") public class Exception extends Entity
The SoftLayer_Container_Exception data type represents a SoftLayer_Exception.
- See Also:
- SoftLayer_Container_Exception
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classException.Mask -
Field Summary
Fields Modifier and Type Field Description protected StringexceptionClassThe SoftLayer_Exception class that the error is.protected booleanexceptionClassSpecifiedprotected StringexceptionMessageThe exception message.protected booleanexceptionMessageSpecified -
Constructor Summary
Constructors Constructor Description Exception() -
Method Summary
Modifier and Type Method Description StringgetExceptionClass()StringgetExceptionMessage()booleanisExceptionClassSpecified()booleanisExceptionMessageSpecified()voidsetExceptionClass(String exceptionClass)voidsetExceptionMessage(String exceptionMessage)voidunsetExceptionClass()voidunsetExceptionMessage()
-
Field Details
-
exceptionClass
The SoftLayer_Exception class that the error is. -
exceptionClassSpecified
protected boolean exceptionClassSpecified -
exceptionMessage
The exception message. -
exceptionMessageSpecified
protected boolean exceptionMessageSpecified
-
-
Constructor Details
-
Exception
public Exception()
-
-
Method Details
-
getExceptionClass
-
setExceptionClass
-
isExceptionClassSpecified
public boolean isExceptionClassSpecified() -
unsetExceptionClass
public void unsetExceptionClass() -
getExceptionMessage
-
setExceptionMessage
-
isExceptionMessageSpecified
public boolean isExceptionMessageSpecified() -
unsetExceptionMessage
public void unsetExceptionMessage()
-