org.omg.CORBA.portable
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.portable.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException
extends Exception

See Also:
Serialized Form

Constructor Summary
ApplicationException(String id, InputStream in)
           
 
Method Summary
 String getId()
           
 InputStream getInputStream()
           
 
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

ApplicationException

public ApplicationException(String id,
                            InputStream in)
Method Detail

getId

public String getId()

getInputStream

public InputStream getInputStream()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.