jpos.config
Class JposLoaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jpos.JposException
                    |
                    +--jpos.config.JposLoaderException
All Implemented Interfaces:
java.io.Serializable

public class JposLoaderException
extends jpos.JposException

Defines an Exception class for JCL loader related classes/interfaces and implementing classes

Since:
2.0.0
Author:
E. Michael Maximilien (maxim@us.ibm.com)
See Also:
Serialized Form

Fields inherited from class jpos.JposException
errorCode, errorCodeExtended
 
Constructor Summary
JposLoaderException(java.lang.String description)
          Creates a JposLoaderException with the description passed
JposLoaderException(java.lang.String description, java.lang.Exception origException)
          Creates a JposLoaderException with the description passed and the original exception that caused this one
 
Methods inherited from class jpos.JposException
getErrorCode, getErrorCodeExtended, getOrigException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JposLoaderException

public JposLoaderException(java.lang.String description)
Creates a JposLoaderException with the description passed
Parameters:
description - the description String

JposLoaderException

public JposLoaderException(java.lang.String description,
                           java.lang.Exception origException)
Creates a JposLoaderException with the description passed and the original exception that caused this one
Parameters:
description - the description String
origException - the exception that originally caused this one


This API and code belongs to the JavaPOS committee please see LISCENCE file for details