org.lsst.ccs.bus
Class DuplicateBusNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lsst.ccs.bus.DuplicateBusNameException
All Implemented Interfaces:
Serializable

public class DuplicateBusNameException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 String additionalInformation
           
 String name
           
 
Constructor Summary
DuplicateBusNameException(String name, String additionalInformation)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

additionalInformation

public final String additionalInformation
Constructor Detail

DuplicateBusNameException

public DuplicateBusNameException(String name,
                                 String additionalInformation)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013 LSST. All Rights Reserved.