gr.uoa.di.madgik.grs.record.exception.test
Class MyCustomException.InnerException
java.lang.Object
java.lang.Throwable
gr.uoa.di.madgik.grs.record.exception.test.MyCustomException.InnerException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MyCustomException
public static class MyCustomException.InnerException
- extends Throwable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MyCustomException.InnerException
public MyCustomException.InnerException()
- Create a new instance
MyCustomException.InnerException
public MyCustomException.InnerException(String message)
- Create a new instance
- Parameters:
message - the error message
MyCustomException.InnerException
public MyCustomException.InnerException(String message,
Throwable cause)
- Create a new instance
- Parameters:
message - the error messagecause - the cause of the error
MyCustomException.InnerException
public MyCustomException.InnerException(Throwable cause)
Copyright © 2012. All Rights Reserved.