gr.uoa.di.madgik.grs.record.exception.test
Class MyCustomException
java.lang.Object
java.lang.Throwable
gr.uoa.di.madgik.grs.record.exception.test.MyCustomException
- All Implemented Interfaces:
- Serializable
public class MyCustomException
- 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
public MyCustomException()
- Create a new instance
MyCustomException
public MyCustomException(String message)
- Create a new instance
- Parameters:
message - the error message
MyCustomException
public MyCustomException(String message,
Throwable cause)
- Create a new instance
- Parameters:
message - the error messagecause - the cause of the error
MyCustomException
public MyCustomException(Throwable cause)
Copyright © 2012. All Rights Reserved.