com.mchange.v1.util
Class UnexpectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mchange.lang.PotentiallySecondaryRuntimeException
                  extended by com.mchange.v1.util.UnexpectedException
All Implemented Interfaces:
PotentiallySecondary, Serializable

public class UnexpectedException
extends PotentiallySecondaryRuntimeException

See Also:
Serialized Form

Constructor Summary
UnexpectedException()
           
UnexpectedException(String msg)
           
UnexpectedException(String msg, Throwable t)
           
UnexpectedException(Throwable t)
           
UnexpectedException(Throwable nested, String msg)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.mchange.lang.PotentiallySecondaryRuntimeException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedException

public UnexpectedException(String msg,
                           Throwable t)

UnexpectedException

public UnexpectedException(Throwable t)

UnexpectedException

public UnexpectedException(String msg)

UnexpectedException

public UnexpectedException()

UnexpectedException

public UnexpectedException(Throwable nested,
                           String msg)
Deprecated.