org.eodisp.core.common
Class SomNotKnownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eodisp.core.common.SomNotKnownException
All Implemented Interfaces:
java.io.Serializable

public class SomNotKnownException
extends java.lang.Exception

Thrown to indicate that a SOM file could not be found on the repository.

Version:
$Id:$
Author:
eglimi
See Also:
Serialized Form

Constructor Summary
SomNotKnownException()
          
SomNotKnownException(java.lang.String message)
          
SomNotKnownException(java.lang.String message, java.lang.Throwable cause)
          
SomNotKnownException(java.lang.Throwable cause)
          
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SomNotKnownException

public SomNotKnownException()


SomNotKnownException

public SomNotKnownException(java.lang.String message)


SomNotKnownException

public SomNotKnownException(java.lang.String message,
                            java.lang.Throwable cause)


SomNotKnownException

public SomNotKnownException(java.lang.Throwable cause)