com.basistech.util
Class BasisInternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.basistech.util.BasisInternalException
All Implemented Interfaces:
Serializable

public class BasisInternalException
extends RuntimeException

Exception class when a Basis Technology runtime component encounters an unrecoverable error.

See Also:
Serialized Form

Constructor Summary
BasisInternalException()
          Create an exception with a default message.
BasisInternalException(String msg)
          Create an exception with the given message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasisInternalException

public BasisInternalException()
Create an exception with a default message.


BasisInternalException

public BasisInternalException(String msg)
Create an exception with the given message.

Parameters:
msg - Description of the exception


Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.