com.ebmwebsourcing.easycommons.lang
Class UncheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ebmwebsourcing.easycommons.lang.UncheckedException
All Implemented Interfaces:
java.io.Serializable

public class UncheckedException
extends java.lang.RuntimeException

Author:
Adrien Ruffie - EBM WebSourcing
See Also:
Serialized Form

Constructor Summary
UncheckedException(java.lang.String message)
           
UncheckedException(java.lang.String message, java.lang.Throwable t)
           
UncheckedException(java.lang.Throwable t)
           
 
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

UncheckedException

public UncheckedException(java.lang.String message)

UncheckedException

public UncheckedException(java.lang.String message,
                          java.lang.Throwable t)

UncheckedException

public UncheckedException(java.lang.Throwable t)


Copyright © 2012 Petals Link. All Rights Reserved.