Class GenDriverException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.smartgridready.driver.api.common.GenDriverException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class GenDriverException extends java.lang.ExceptionImplements the most generalized interface driver exception.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GenDriverException(java.lang.String aMessage)Construct with message.GenDriverException(java.lang.String aMessage, java.lang.Throwable aCause)Construct with message and inner exception.GenDriverException(java.lang.Throwable aCause)Construct with inner exception.
 
- 
- 
- 
Constructor Detail- 
GenDriverExceptionpublic GenDriverException(java.lang.String aMessage) Construct with message.- Parameters:
- aMessage- the error message
 
 - 
GenDriverExceptionpublic GenDriverException(java.lang.Throwable aCause) Construct with inner exception.- Parameters:
- aCause- the inner exception
 
 - 
GenDriverExceptionpublic GenDriverException(java.lang.String aMessage, java.lang.Throwable aCause)Construct with message and inner exception.- Parameters:
- aMessage- the error message
- aCause- the inner exception
 
 
- 
 
-