org.ow2.petals.bc.sftp
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.bc.sftp.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

An exception raised if the SU configuration is not valid.

Author:
Charles Casadei - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String message)
          Default constructor.
 
Method Summary
 java.lang.String getOriginalMessage()
          Accessor on the error message given to the class constructor.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String message)
Default constructor.

Parameters:
message - the error message
Method Detail

getOriginalMessage

public final java.lang.String getOriginalMessage()
Accessor on the error message given to the class constructor.

Returns:
the error message


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.