com.basistech.util
Class BasisInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.