org.gcube.data.tml.exceptions
Class UnknownPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.data.tml.exceptions.UnknownPathException
All Implemented Interfaces:
Serializable

@Unrecoverable
@StreamContingency
@WebFault(name="UnknownPathFault")
public class UnknownPathException
extends Exception

Raised when paths fail to identify nodes in a given context.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
UnknownPathException()
          Creates an instance.
UnknownPathException(String msg)
          Creates an instance with given message.
UnknownPathException(String msg, Throwable cause)
          Creates an instance with a given message and cause.
UnknownPathException(Throwable cause)
          Creates an instance with a 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

UnknownPathException

public UnknownPathException()
Creates an instance.


UnknownPathException

public UnknownPathException(String msg)
Creates an instance with given message.

Parameters:
msg - the message

UnknownPathException

public UnknownPathException(String msg,
                            Throwable cause)
Creates an instance with a given message and cause.

Parameters:
msg - the message
cause - the cause

UnknownPathException

public UnknownPathException(Throwable cause)
Creates an instance with a given cause.

Parameters:
cause - the cause


Copyright © 2012. All Rights Reserved.