com.rsa.swsj
Class ProviderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.swsj.SWSJException
              extended bycom.rsa.swsj.ProviderException
All Implemented Interfaces:
java.io.Serializable

public class ProviderException
extends SWSJException

This class defines an exception that occurs during parsing of input data.

See Also:
Serialized Form

Constructor Summary
ProviderException(java.lang.String message)

Creates an ProviderException object with the specified message.

 
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

ProviderException

public ProviderException(java.lang.String message)
Creates an ProviderException object with the specified message.

Parameters:
message - The String containing the detailed error message.