kaos.domain.management
Class DomainFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.domain.management.DomainFailure
All Implemented Interfaces:
java.io.Serializable

public class DomainFailure
extends java.lang.Exception

DomainFailure defines an exception to be thrown by the Directory Service when operations on KAoSDomain fail.

See Also:
Serialized Form

Constructor Summary
DomainFailure()
          Constructs a new DomainFailure with no detailed message.
DomainFailure(java.lang.String msg)
          Constructs a new DomainFailure with a detailed 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainFailure

public DomainFailure()
Constructs a new DomainFailure with no detailed message.


DomainFailure

public DomainFailure(java.lang.String msg)
Constructs a new DomainFailure with a detailed message. A detail message is a String that describes the exception.

Parameters:
msg - String containning the detailed message.