no.feide.moria.directory.backend
Class BackendException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.feide.moria.directory.backend.BackendException
All Implemented Interfaces:
java.io.Serializable

public class BackendException
extends java.lang.Exception

Represents an exception originating form the directory manager's backend.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version UID.
 
Constructor Summary
BackendException(java.lang.String message)
          Basic constructor.
BackendException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version UID.

See Also:
Constant Field Values
Constructor Detail

BackendException

public BackendException(java.lang.String message)
Basic constructor.

Parameters:
message - The exception message.

BackendException

public BackendException(java.lang.String message,
                        java.lang.Throwable cause)
Constructor.

Parameters:
message - The exception message.
cause - The exception cause.


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.