gr.uoa.di.madgik.grs.record.exception.test
Class MyCustomException.InnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by 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

Constructor Summary
MyCustomException.InnerException()
          Create a new instance
MyCustomException.InnerException(String message)
          Create a new instance
MyCustomException.InnerException(String message, Throwable cause)
          Create a new instance
MyCustomException.InnerException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - the cause of the error

MyCustomException.InnerException

public MyCustomException.InnerException(Throwable cause)


Copyright © 2012. All Rights Reserved.