net.sf.sasl.common.exception
Class NotResolveableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.sasl.common.exception.NotResolveableException
All Implemented Interfaces:
Serializable

public class NotResolveableException
extends Exception

Exception class that could be used, if something could not get resolved, for example a path.

Since:
0.0.2 (sasl-common-library)
Author:
Philipp Förmer
See Also:
Serialized Form

Constructor Summary
NotResolveableException()
          Initializes the exception with no reason and cause.
NotResolveableException(String reason)
          Initializes the exception with the given reason.
NotResolveableException(String reason, Throwable cause)
          Initializes the exception with the given reason and cause.
NotResolveableException(Throwable cause)
          Initializes the exception with the given 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

NotResolveableException

public NotResolveableException()
Initializes the exception with no reason and cause.

Since:
0.0.2 (sasl-common-library)

NotResolveableException

public NotResolveableException(String reason)
Initializes the exception with the given reason.

Parameters:
reason - null or non null.
Since:
0.0.2 (sasl-common-library)

NotResolveableException

public NotResolveableException(Throwable cause)
Initializes the exception with the given cause.

Parameters:
cause - null or non null.
Since:
0.0.2 (sasl-common-library)

NotResolveableException

public NotResolveableException(String reason,
                               Throwable cause)
Initializes the exception with the given reason and cause.

Parameters:
reason - null or non null.
cause - null or non null.
Since:
0.0.2 (sasl-common-library)


Copyright © 2010. All Rights Reserved.