com.friendshipsystems.fsshresourcemanager
Class FInitalizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.friendshipsystems.fsshresourcemanager.FInitalizeException
All Implemented Interfaces:
java.io.Serializable

public class FInitalizeException
extends java.lang.Exception

This type of exception is thrown when an error occurs during the initialization phase of the SshResourceManager

Author:
FRIENDSHIP SYSTEMS
See Also:
Serialized Form

Constructor Summary
FInitalizeException(java.lang.String 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

FInitalizeException

public FInitalizeException(java.lang.String message)